SftTree/NET 2.0

GrayText Property, FootersClass Class

Softel vdm, Inc.

Defines the foreground color for all column footers that are disabled.

Syntax      FootersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property GrayText As Color

C#   

public Color GrayText { get; set; }

C++   

public: property Color GrayText {
        Color get();
        void set(Color value);
}

Property Value

The foreground color for all column footers that are disabled.

The default value is Color.GrayText.

Comments

The GrayText property defines the foreground color for all column footers that are disabled.

Cells cannot override their foreground color when they are disabled (CellBaseClass.Enabled).

Cells that are not selected use the colors defined using the ForeColor property instead.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com